home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
program
/
331
/
gemfsc14
/
aessrc14
/
aesevnx1.s
< prev
next >
Wrap
Text File
|
1989-07-22
|
1KB
|
38 lines
;*========================================================================
;*
;* AESFAST Public Domain GEM bindings.
;*
;*========================================================================
.include "aesfast.sh"
;*************************************************************************
;*
;* Extented Event manager routines 1 of n.
;*
;*************************************************************************
;-------------------------------------------------------------------------
; evnx_button
;-------------------------------------------------------------------------
_evnt_button::
.cargs #8,.pstruc.l
link a6,#0
AControl 21,3,5,0
moveq.l #-10,d2 ; = intout
lea .bclicks(a6),a1 ; -> intin
ACall RET2HERE
moveq.l #-10,d1
lea .px(a6),a1
jmp (a0)
; end of code